libxl: remove comment support from IDL
authorIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 14:39:57 +0000 (14:39 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 31 Jan 2012 14:39:57 +0000 (14:39 +0000)
commit5a828b15cfbe5be64878fecebe3535f9e2b5bcb1
tree8cf6a8e1e6f7f5dfda4e7e259e7b29c71c1b48df
parent78d0c467143a497e6f3fba935573dbcb3b0f6ede
libxl: remove comment support from IDL

People typically don't look for comments in generated source and the syntax for
specifying them in the IDL makes things harder to follow.

Instead just use source code comments in the IDL itself.

I dropped a bunch of "foo bool # enable or disable foo" type comments. A lot of
the remainder still aren't terribly useful though.

No change to the generate code other than the comments being removed.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/gentypes.py
tools/libxl/idl.txt
tools/libxl/libxl_types.idl
tools/libxl/libxltypes.py